﻿/* The container */
.col-md-4.col-xs-12.pleftpright {
    padding: 0px;
}
.containerrecharge {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nouvellerecharge h3
{
	margin-top: 10px;
	font-size: 18px;
	color: black;
	text-align: left;
}
.nouvellerecharge p
{
	margin-top: 10px;
	font-size: 18px;
	color: black;
	text-align: center;
	margin-bottom:40px
}
.nouvellerecharge h2
{
	margin-top: 10px;
	font-size: 49px !important;
	color: #444444;
	text-align: center;
	font-weight: bold;
}

/* Hide the browser's default radio button */
.containerrecharge input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border-radius: 50%;
   top: 33%;
}

/* On mouse-over, add a grey background color */
.containerrecharge:hover input ~ .checkmark {
  background-color: #ccc;
 
}

/* When the radio button is checked, add a blue background */
.containerrecharge input:checked ~ .checkmark {
  background-color: #fffaf6;
  top: 33%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerrecharge input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerrecharge .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #005bae;
}

/***********************/

.recharges5 .content {
    margin-top: -14px;
    padding: 0px !important;
    padding: 0px;
    text-align: left;
}

.nouvellerecharge input[type="text"]
{
	border: 0;
	color: #f6931f;
	font-weight: bold;
	background: transparent;
	max-width: 64px !important;
	font-size: 23px;
}


.nouvellerechargecontent
{
	 background-image: linear-gradient(#f99420, #f98321);
	 float: left;
	 padding:40px;
	 border-radius:0px 10px 10px 10px;
	 padding-bottom:0px;
}
.nouvellerechargecontent .col-md-6
{
	margin-bottom:30px;
}

.nouvellerecharge input[type=checkbox], .nouvellerecharge input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 17px;
    height: 17px;
    background: white !important;
    border-radius: 10px;
}
.col-md-8.col-xs-12.bg {
	background-image:url(../img/trp.png);
	background-repeat: no-repeat;
	background-position: left 45%;
}
.col-md-8.col-xs-12.bg .row {
    padding-left: 30px;
}
.pleftpright
{
	padding:0px;
}
@media screen and (max-width: 1170px) {
.nouvellerechargecontent {
    background-image: linear-gradient(#f99420, #f98321);
    float: left;
    padding: 0px !important;
    border-radius: 0px 10px 10px 10px;
    padding-bottom: 0px;
	
}
}
@media screen and (max-width: 768px) {
.col-md-8.col-xs-12.bg {
	background-image:none;
	background-repeat: no-repeat;
	background-position: left 66%;
}
.nouvellerechargecontent
{
	border-radius:0%;
}
.recharges5 .content {
    margin-top: 0px;
}
.recharges5 .content img{
    max-width: 50px !important;
}
.recharges5
{
	padding:0px !important;
}
}
